Skip to content

fix: Resource bundle copy — remove maxdepth, add fallback#21

Merged
RAKKUNN merged 1 commit intomainfrom
fix/resource-bundle-copy-v2
Apr 12, 2026
Merged

fix: Resource bundle copy — remove maxdepth, add fallback#21
RAKKUNN merged 1 commit intomainfrom
fix/resource-bundle-copy-v2

Conversation

@RAKKUNN
Copy link
Copy Markdown
Owner

@RAKKUNN RAKKUNN commented Apr 12, 2026

v1.2.1 still crashes: find -maxdepth 3 missed bundles at depth 4.

Fix:

  • Remove maxdepth limit from find
  • Copy bundles to both Resources/ and MacOS/ (covers all Bundle.module search paths)
  • Add verification logging

Previous find command used -maxdepth 3 which missed bundles at
.build/arm64-apple-macosx/release/ (depth 4). Now:
- Removed maxdepth limit
- Copy bundles to both Resources/ and MacOS/ (fallback)
- Added ls verification for CI debugging
@RAKKUNN RAKKUNN merged commit 9b5c1fa into main Apr 12, 2026
1 check passed
@RAKKUNN RAKKUNN deleted the fix/resource-bundle-copy-v2 branch April 12, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant